Update ex_doc, add llms.txt support - #63
Merged
Merged
Conversation
The ex-doc/llms PR's `mix deps.get` inadvertently bumped membrane_core 1.2.6 -> 1.3.4 in the lockfile. membrane_core 1.3.0 deprecated the `:forward` action and changed the default `Filter.handle_event/4` to read the context map, which broke DepayloaderTest "passes through rest of events" (passes nil context, asserts [forward: ...]) with a BadMapError. Reverting the lock to master's 1.2.6 restores green tests; docs changes are untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This reverts commit f43f91e.
The default Membrane.Filter.handle_event/4 in membrane_core 1.3+ reads context.pads[pad].direction to forward events to opposite-direction pads, so passing a nil context raised BadMapError. Build a valid context map and assert the correct :event action (:forward is deprecated). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
formatters: ["html"]fromdocs/0— restores ex_doc default (generates HTML + Markdown)ex_docto latest, updatemix.lockmix docsalias that prepends Membrane Core links todoc/llms.txt